home *** CD-ROM | disk | FTP | other *** search
/ Holt Researcher: American History / Holt Researcher: American History.iso / pc / modules / dbtext.dxr / 00023_max min box.ls < prev    next >
Encoding:
Text File  |  2000-01-18  |  440 b   |  20 lines

  1. property ancestor
  2.  
  3. on new me, buttonName, castName, xSprite, xLoc, descendant
  4.   ancestor = new(script("generic button"), buttonName, castName, xSprite, xLoc, me)
  5.   return me
  6. end
  7.  
  8. on performFunction me
  9.   tell the stage
  10.     playSFX(7)
  11.   end tell
  12.   ResizeLayOutScreen()
  13.   return me
  14. end
  15.  
  16. on buttonLoc me, size
  17.   set the loc of sprite the pChannel of me to getAt([me.pStageLoc, point(634, the locV of sprite me.pChannel)], size)
  18.   return me
  19. end
  20.